Socket
Socket
Sign inDemoInstall

cp-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cp-cli

A 'cp' CLI util for Node.js


Version published
Weekly downloads
10K
decreased by-17.17%
Maintainers
1
Weekly downloads
 
Created
Source

cp-cli

Build Status code style: prettier

The UNIX command cp for Node.js which is useful for cross platform support.

Just install it with

$ npm install -g cp-cli

After that you can use cp-cli from your command prompt

$ cp-cli
Usage: cp-cli [-d] source target

Options:
  -d, --dereference  Dereference symlinks  [boolean]

You can copy files directly

$ cp-cli foo.txt bar.txt

or copy a file into an existing directory

$ cp-cli foo.text dest/

Keywords

FAQs

Package last updated on 16 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc